home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / com / internet / others / stn10de1 / readme.now < prev    next >
Text File  |  1995-07-22  |  7KB  |  175 lines

  1. Good day, and welcome to JNOS for the ATARI ST/TT/FALCON line of computers.
  2. Knowing very well you wish to get this software running as fast a possible,
  3. here is a short list of what needs to be done:
  4.  
  5. FOR THE LAWERS:
  6. NOTICE: This software is provided as is, with no warrenties of any kind. 
  7.         User takes full resonsibility in the use/misuse of this software.
  8.         Author(s) not resonsible for any negative/positive effects rising
  9.         out of the use of this software. Software for non-profit /
  10.         non-commercial use only. Freeware!
  11.  
  12. Find an ASCII text editor and edit the following files.
  13.  
  14. ***** AUTOEXEC.NOS
  15.  
  16. #    /* addr    0 = Parallel Port.
  17. #     *      1 = Default Serial port.
  18. #     *      2 = Console.
  19. #     *      3 = MIDI.
  20. #     *      4 = Intelligent Keyboard Controller.
  21. #     *      5 = Raw Console.
  22. #     ** For Mega STE ******************************
  23. #            6 = Modem 1 (ST compatible).
  24. #            7 = Modem 2 (SCC channel B).
  25. #            8 = Serial 2 (SCC channel A).
  26. #     ** For TT. ***********************************
  27. #            6 = Modem 1  (ST compatible).
  28. #            7 = Modem 2  (SCC channel B).
  29. #            8 = Serial 1 (3-wire TT MFP).
  30. #            9 = Serial 2 (SCC channel A).
  31. #     ** For Falcon030
  32. #            6 = Modem 1 (SCC channel B).
  33. #            7 = LAN (SCC channel A).
  34. # attach asy addr 1 type portname serialbuffersize MTU Comp2ModemBaudRate
  35. # Maximum Serial buffer of the atariSt is 32768
  36. # MTU will always be 256 for AX25 operations.
  37.  
  38.  This assigns the path of communications from the Computer to the TNC/MODEM
  39.  through modem 1. See above for other ports (addr).
  40.  
  41. # attach asy addr 1 type portname serialbuffersize MTU Comp2ModemBaudRate 
  42. attach asy 1 1 ax25 2m 32767 256 19200
  43.  
  44. ip address 44.16.1.25
  45.            ^------------- Change to your IP address. Find regional 
  46.                           coordinator for IP address.
  47. hostname kd6geo
  48.          ^--------------- Place your call here.
  49. ax25 mycall kd6geo
  50.             ^------------ Place your call here. TCPIP link ax25 call.
  51. ax25 bctext "KD6GEO TCP-IP 44.16.1.25 Copperas Cove, TX\r\nTCP/IP KD6GEO, TTY -1, BBS -3 NETROM -5, CONF -6\r\n"
  52.             ^------------ This is your beacon text. Change as required.
  53.                           "\n\r" are carrage return and line feed characters.
  54. ax25 alias  GEOBOX
  55.             ^------------ AX25 BBS alias. (Dont work when netrom alias used).
  56. ax25 bbscall KD6GEO-3
  57.              ^----------- Call used by AX25 stations to connect to the
  58.                            
  59. ax25 ttycall KD6GEO-1
  60.              ^----------- Call used by AX25 stations to start keyboard to
  61.                           keyboard connects. 
  62. convers mycall KD6GEO-6
  63.                ^--------- For AX25 stations to directly connect to the
  64.                           conference bridge.
  65. netrom call KD6GEO-5
  66.             ^------------ Call for your netrom node.
  67. netrom alias #GEOIP
  68.              ^----------- Netrom alias. '#' hides entry in some nodes lists
  69. smtp gate 44.76.1.179
  70.           ^-------------- If you have a smtp gateway this is the ip address
  71.                           of that station.
  72. mbox qth "Copperas Cove, TX USA"
  73.          ^--------------- Your station QTH.
  74. mbox utc -8
  75.          ^--------------- Offset time between UTC and local time.
  76. mbox zipcode 76522
  77.              ^----------- Zipcode for QTH location.
  78. mbox haddress N5RKJ.#CTX.TX.USA.NOAM
  79.               ^---------- Where you normaly receive ax25 packet mail.
  80. mbox password "kd6geo"
  81.               ^---------- For accessing you mbox.
  82.  
  83.    The rest of these assigns hot keys, for various operations. Change
  84.    as you see fit.
  85.    
  86. fkey 59 "session 1\n"
  87. fkey 60 "session 2\n"
  88. fkey 61 "session 3\n"
  89. fkey 62 "session 4\n"
  90. fkey 63 "session 5\n"
  91. fkey 64 "c 2m n5rkj\n"
  92. fkey 65 "c 2m n5fwi-7 hamka\n"
  93. fkey 66 "ping n6rkj\n"
  94. fkey 67 "c 2m ipcqu W5JEH-5 817105\n"
  95.  
  96.  
  97. ***** FTPUSERS
  98.  
  99. For accessing BBS user/sysop must have an entry in the ftpusers file.
  100. Example entry:
  101.  
  102. anonymous * public 59
  103. anon * public 59
  104. guest * public 59
  105. bbs * public 59
  106. kd6geo robert D:\ 63
  107.  
  108. <name> <password> [<drive:></rootdir>;</root2>] <#perms>]...
  109.  
  110. 1st word is the login word, 2nd is Valid password. The '*' indicates to 
  111. JNOS that any password will allow access to the system. The third entry 
  112. "public" is the upper directory user has access to. The fourth entry is 
  113. the access level (see below).
  114.  
  115. Name:          value  (hex)
  116. FTP_READ          1      0x1  /* Read files */
  117. FTP_CREATE        2      0x2  /* Create new files */
  118. FTP_WRITE         4      0x4  /* Overwrite or delete existing files */
  119. AX25_CMD          8      0x8  /* AX.25 gateway operation allowed */
  120. TELNET_CMD       16     0x10  /* Telnet gateway operation allowed */
  121. NETROM_CMD       32     0x20  /* NET/ROM gateway operation allowed */
  122. SYSOP_CMD        64     0x40  /* Remote sysop access allowed */
  123. EXCLUDED_CMD    128     0x80  /* This user is banned from the BBS */
  124.  
  125.             /* 256 and 512 are used in PPP*/
  126.  
  127. NO_SENDCMD     1024    0x400  /* Disallow send command */
  128. NO_READCMD     2048    0x800  /* Disallow read command */
  129. NO_3PARTY      4096   0x1000  /* Disallow third-party mail */
  130. IS_BBS         8192   0x2000  /* This user is a bbs */
  131. IS_EXPERT     16384   0x4000  /* This user is an expert */
  132. NO_CONVERS    32768   0x8000  /* Disallow convers command */
  133. NO_ESCAPE     65536  0x10000  /* Default is no escape char */
  134. NO_LISTS     131072  0x20000  /* No lists displayed from mailbox */
  135. NO_LINKEDTO  262144  0x40000  /* Disable '*** linked to'  */
  136.  
  137. Example access level:
  138.  
  139. If you want the user to have read/write file permission, access to the 
  140. gateways then the follow code will be required.
  141.  
  142. access code = 1+4+8+16+32 = 61
  143.  
  144. ***** MODT.TXT
  145. General Connect message. See current file for example.
  146.  
  147. ***** MREG.TXT
  148. If connecting BBS user need to register, this is the message they
  149. will see.
  150.  
  151. ***** CONVMOTD.TXT
  152. This is the message see when user connect to the conference bridge.
  153.  
  154. ***** DOMAIN.TXT
  155. Translation file for IP address. Can be found on most TCPIP AX25
  156. stations.  Regional specific information. Example file is for
  157. central Texas area.
  158.  
  159. autoexec.nos, ftpusers, domain.txt, modt.txt, mreg.txt, convmotd.txt, 
  160. and onexit.nos files must remain in the same root or directory as 
  161. from where the program was run from. Previous versions of STNOS required 
  162. the files to be located in the root directory. This restriction has been 
  163. removed.
  164.  
  165. All other questions can be directed to the file JN_CMD02.TXT. This file
  166. list the use of the various JNOS commands. Some of the information from
  167. this file is specific to the IBM PC (MSDOS) version.
  168.  
  169. If you have any questions and bug reports. I can be reached at:
  170.  
  171. INET r.stilesstil@genie.geis.com
  172. AX25 kd6geo@n5rkj.#ctx.tx.usa.noam
  173.  
  174. Enjoy, Robert KD6GEO
  175.